home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / color switcher < prev    next >
Text File  |  1999-06-15  |  436b  |  26 lines

  1. Category: Filter Factory Gallery E
  2. Title: Color Switcher...
  3. Author: Lindon Parker
  4. Copyright: Copyright © Lindon Parker
  5.  
  6. ctl[0]: Set Red to.....
  7. ctl[1]: Set Green to.....
  8. ctl[2]: Set Blue to.....
  9. ctl[3]: 
  10. ctl[4]: 
  11. ctl[5]: 
  12. ctl[6]:
  13. ctl[7]: 
  14. val[0]: 21
  15. val[1]: 243
  16. val[2]: 245
  17. val[3]: 0
  18. val[4]: 0
  19. val[5]: 0
  20. val[6]: 0
  21. val[7]: 0
  22. R:val(0,1,3)==1?r:val(0,1,3)==2?g:b
  23. G:val(1,1,3)==1?g:val(1,1,3)==2?b:r
  24. B:val(2,1,3)==1?b:val(2,1,3)==2?r:g
  25. A:a
  26.